-
Notifications
You must be signed in to change notification settings - Fork 8.3k
am243x_evm/am2434/r5f0_0: TI ADC cleanup #92170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
|
resolved conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split this into 3 commits: driver/binding, boards, samples
|
done |
|
thanks, changed |
samples/drivers/adc/adc_sequence/boards/am243x_evm_am2434_r5f0_0.overlay
Show resolved
Hide resolved
|
cd6bb2f to
43c555f
Compare
43c555f to
c092838
Compare
c092838 to
ba8cd9f
Compare
|
Change the ADC reference for channels from internal to VDD. This involves removing the present binding to get the internal reference. Signed-off-by: Amneesh Singh <[email protected]>
ADC channel nodes should not belong to the board device tree definition and hence, remove them. Signed-off-by: Amneesh Singh <[email protected]>
Update the sample overlays to match the current ADC device driver bindings. Signed-off-by: Amneesh Singh <[email protected]>
ba8cd9f to
976fa71
Compare
9295783 to
ab9efa2
Compare
|
rebased and added a couple more changes |
Support configuration of pins for ADC channels in the driver. Signed-off-by: Amneesh Singh <[email protected]>
Add the missing pins for ADC0 channels in the main domain. Signed-off-by: Amneesh Singh <[email protected]>
ab9efa2 to
7a74d57
Compare
|
Please retry analysis of this Pull-Request directly on SonarQube Cloud |



Change the ADC reference for channels from internal to VDD.
Move the child nodes for ADC from board device tree to ADC sample overlays as the board should not define any channels by default.
Add pinctrl support for the TI ADC driver
Add pins for ADC0 channels